home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / logins / jb-learn / jb-learn.his < prev    next >
Text File  |  1996-07-10  |  3KB  |  50 lines

  1.                                  JB-LEARN
  2.                       Copyright (C) 1995, Jeff Bishop
  3.  
  4. History of JB-Learn
  5.  
  6. Version 1.00 (01-13-95):
  7.  
  8.    The first public release of JB-Learn.
  9.  
  10. Version 1.01 (01/16/95):
  11.  
  12.    This is a very small maintenance release.  Problems were encountered with
  13.    the learn dialing directory routine {:ADD_FON}.  I use JP Software's 4DOS
  14.    and the standard DOS rename command does not accept full pathnames along
  15.    with the filenames.  The better replacement for DOS (4DOS) does allow this.
  16.    I have streamlined the code in this routine so that both versions of the
  17.    command processor will function correctly.
  18.  
  19. Version 1.1 (01/22/95):
  20.  
  21.    Corrected a small bug to automatically detect front-end mailers on
  22.    BBS's within JB-Learn itself.  Added logic to provide SSLOOKS in learned
  23.    macros.  This is true both in the JB-Learn menu and in the data file
  24.    parser.  The {COMMO} limits of 15 SSLOOK strings can be defined.  Once
  25.    these are defined, creation of SSLOOK strings is not performed until a
  26.    LOOKFOR is generated.  Logic has been added to check and see if the BBS
  27.    prompt found has already been dealt with earlier with a SSLOOK.  If it
  28.    has, no intervention is required with these matches from the user while
  29.    learning.  Added novice/expert menu choices controlled via the NOV_MENU
  30.    variable.  Removed compiled version of the macro from this point forward
  31.    to have a smaller ZIP file.
  32.  
  33. Version 1.2 (02/04/95):
  34.  
  35.    Made sure that the macro file always gets written to {COMMO}'s home
  36.    directory.  Moved input of the macro label before the invalid character
  37.    checks.  Limited the label name to 8 characters instead of 10.  Made sure
  38.    that the SSLOOK counter is reset in all areas.  Added code to insure read
  39.    open errors will never happen.  Very limited cases have been noticed but
  40.    I am not able to reproduce them.  Added SLKLIMIT to control the number
  41.    of SSLOOK definitions allowed.  Added the ability to define SSLOOK
  42.    definitions to be carried forward.  What does this mean?  Once a LOOKFOR
  43.    definition is defined, all previous SSLOOK strings are thrown away once
  44.    the LOOKFOR completes.  JB-Learn will now re-define those that you
  45.    specify after each and every LOOKFOR.  This gives you even more power.
  46.    Removed the <F> option from the menu.  Added logic used to prevent more
  47.    than 15 SSLOOKS from being defined prior to the first LOOKFOR.  Changed
  48.    the {STOP} to an {UNLO} at the completion of the macro so that it is cleared
  49.    out of {COMMO} macro space.
  50.